home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 891 b | 33 lines | [TEXT/ScoM] |
- def-rhythm
-
- The files DEMO1-3 show precisely how the timesheet within
- the def-rhythm definition interprets the
- interaction of melody and note length symbols.
-
- For example:
-
- (def-rhythm
- solo '1/16 "---- --- - --- -" '(a b c d)
- ; abcd abc d abc d
- )
-
- The effect is the same as in:
-
- (setq mel '(a b c d)
- (setq rhy1 '(1/16 1/16 1/16 1/16 -1/16 1/16 1/16 1/16
- ; a b c d rest a b c
- -1/16 1/16 -1/16 1/16 1/16 1/16 -1/16 1/16)
- ; rest d rest a b c rest d
- )
-
- Try out all the different combinations of melody and rhythm
- variables in DEMO1-3. These programs also provide excellent
- templates for experimentation with the humanizing functions
- of def-expression and preliminary experiments
- with def-neuron. Find examples in DEMO2A and DEMO3.
-
-
-
-
-
-